Revision: tla--devo--1.1--patch-5
Archive: software@srparish.net--2003tla
Creator: Scott R. Parish <srp@srparish.net>
Date: Fri Jul 11 23:38:06 GMT 2003
Standard-date: 2003-07-11 23:38:06 GMT
Summary: removed ne_redirect_register call, moved expat macro file
Keywords: 
New-files: ./libneon/expat/ac_c_bigendian_cross.m4
New-directories: 
Removed-files: ./libneon/macros/ac_c_bigendian_cross.m4
Removed-directories: 
Renamed-files: 
Renamed-directories: 
Modified-files: ./libarch/pfs-dav.c ./libneon/aclocal.m4
    ./libneon/configure ./libneon/configure.in
Modified-directories: 
New-patches: software@srparish.net--2003tla/tla--devo--1.1--patch-5
Removed-patches: 

+ removed ne_redirect_register call

  Redirection support is handled differently in neon now, and currently
  its not worth the work to support redirection. Redirection also opens
  up some questions such as should authentication tokens used on the
  original URI be automatically used on the one redirected to? For
  security reasons i would hope not; hence another argument against
  taking the time to implement it.

+ moved expat macro file from macros/ to expat/ to clerify its origin

